home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Creator Changer 2.7 / Code & Resource / Creator Changer.init.h < prev    next >
Encoding:
Text File  |  1996-04-27  |  984 b   |  38 lines  |  [TEXT/KAHL]

  1. void                    Init_Toolbox(void);
  2. void                    Get_Strings(void);
  3. void                    Check_Sys_Type(void);
  4. void                    Open_Preferences(void);
  5. void                    Set_Up_Menu_Bar(void);
  6. void                     Do_Error(StringPtr, StringPtr, StringPtr, StringPtr);
  7.  
  8. Boolean                Dialog_Opened;
  9. short                    Strt_Rsrc=128;
  10. short                    CreatorChangerApp, CreatorChangerPref;
  11. short                    Pref_VRef;
  12. long                    Pref_Dir_ID;
  13. Str63                    Types_Error_1;
  14. Str32                    Types_Error_2;
  15. Str32                    Descr_Error;
  16. Str32                    Sys7_Error_1;
  17. Str32                    Sys7_Error_2;
  18. Str32                    Bad_Item_Error;
  19. Str32                    Pref_File_Name;
  20. Str32                    Bad_CF_Type_1;
  21. Str32                    Bad_CF_Type_2;
  22. Str32                    Bad_CF_Type_3;
  23. Str32                    Bad_CF_Type_4;
  24. Str32                    Multi_File_1;
  25. Str32                    Multi_File_2;
  26. Str32                    Multi_File_3;
  27. global_prefs            **Global;
  28. Dialog_Info            Chng, Edit, Auto, About, Pref;
  29. MenuHandle                Apple_Menu;
  30. MenuHandle                File_Menu;
  31. MenuHandle                Edit_Menu;
  32. FSSpec                    Pref_Spec;
  33.  
  34. extern Boolean        All_Done;
  35. extern    Boolean        In_Background;
  36. extern    long            Sleep_Ticks;
  37. extern Str4            EMPTY_STR;
  38.